crypto/tls.keySharePrivateKeys.kyber (field)
5 uses
crypto/tls (current package)
handshake_client.go#L161: keyShareKeys.kyber, err = mlkem768.NewKeyFromSeed(seed)
handshake_client.go#L171: keyShareKeys.kyber.EncapsulationKey()...)},
handshake_client_tls13.go#L503: if hs.keyShareKeys.kyber == nil {
handshake_client_tls13.go#L507: kyberShared, err := kyberDecapsulate(hs.keyShareKeys.kyber, ciphertext)
key_schedule.go#L125: kyber *mlkem768.DecapsulationKey
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |